a.logo img {
    max-width: 100%
}

.header-top {
    padding: 10px;
}

nav.navbar {
    display: flex;
    flex-flow: row wrap;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
}

nav.navbar a {
    width: 25%;
    padding: 0;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

#banner {
    height: 20vh
}

div.main>div {
    box-sizing: border-box;
    padding: 30px 10px;
}

.panel-title {
    margin-bottom: 30px;
}

.about-box,
.pro-box,
.env-box,
.honor-box,
.news-box,
.cus-box {
    width: 100%
}

.about-box {
    flex-flow: column nowrap;
}

.about-box>* {
    width: 100%
}

.about-box img {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.pro-panel {
    background-size: auto 50%
}
.pro-box-bar{flex-flow:row wrap;}
.pro-box-bar a {
    padding: 5px;
    font-size: 12px;
    margin: 0 10px 10px 0;

}

.pro-box-main a {
    width: calc(50% - 10px)
}

.env-box a {
    width: calc(50% - 10px)
}

a.more {
    margin-top: 20px
}

.honor-box {
    flex-flow: row wrap
}

.honor-box a {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}

.news-box {
    flex-flow: column nowrap;
}

.news-box a {
    width: 100%;
    padding: 10px;
}


.news-box a img {
    width: 40%
}

.news-box a .text {
    width: calc(60% - 10px)
}

.news-box a .text b {
    font-size: 16px;
}

.news-box a .text span {
    font-size: 10px
}

.news-box a .text p {
    font-size: 12px;
}

.cus-panel {
    background-size: auto 70%;
    background-position: top center;
}

.cus-box {
    flex-flow: column nowrap;
    align-items: center;
}

.cus-panel .cus-text {
    flex-flow: column nowrap;
    align-items: center;
}

.cus-text p {
    font-size: 14px;
}

.cus-text img {
    max-width: 100%
}

.code img {
    width: 200px;
}



.child-bar {
    margin: 20px 0;
    padding-bottom: 20px;
    justify-content:flex-start;
    flex-flow: row wrap;
}

.child-bar a {
    font-size: 11px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
    background: #f3f3f3;
    border-radius: 4px;
 }

.list-main {
    box-sizing: border-box;
    padding: 0 10px;
}

.page {
    margin: 30px 0;
    padding: 0 10px;
}

.page * {
    display: none
}

.page .next,
.page .prev {
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    width: 50%;
}

.cont-box {
    padding: 10px;
    margin: 10px 0 20px
}

.cont-title {
    padding-bottom: 10px
}

.cont-title h3 {
    font-size: 16px;
}

.cont-page {
    padding-top: 10px;
}

.cont-sub {
    padding: 20px 0
}

.list-news-box {
    padding: 0
}

.list-news-box a {
    width: 100%;
    margin: 0 0 20px;
    align-items: center;
}

.list-news-box a .text p {
    -webkit-line-clamp: 2
}



.list-news-box a .text {
    padding: 5px 10px;
}

.list-news-box a .text h3 {
    font-size: 14px;
}

.honor-box{width: 100%}
.list-pro-box {
    justify-content: space-between;
    width: 100%;
}

.list-pro-box a {
    width: calc(50% - 10px);
    margin: 0 0 20px
}

.list-main {
    width: 100%;
}

.list-pro-box a span {
    font-size: 12px;
}

.fixed-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    z-index: 99
}

.fixed-nav {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    background: white
}

.fixed-nav a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 0;
    flex: 1;
}

.fixed-nav a span {
    font-size: 10px;
    margin-bottom: 5px;
    color: #0F9232
}

.fixed-nav a img {
    margin: 5px 0;
    width: 30px;
    height: auto
}

.fixed-nav a.active span {
    font-weight: bold;
}

.fixed-nav a:nth-child(2) {
    margin-right: 20vw
}

.fixed-nav a:nth-child(3) {
    border-radius: 100%;
    background: linear-gradient(#01C551, #0F9433);
    position: absolute;
    width: 20vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 10vw);
    bottom: 0;
    border: 2px solid #fff;
    box-sizing: border-box;
}